home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 1.iso / toolbox / src / tutorials / custEducation / opengl1 / examples / windows / README < prev    next >
Encoding:
Text File  |  1996-11-11  |  739 b   |  25 lines

  1.  
  2.         to compile programs in the above-indicated sub- directories/trees,
  3.        one must load libglut. inst-able images of GLUT v3.1 are located at 
  4.                 toolbox/src/exampleCode/opengl/GLUT/inst/ 
  5.  
  6.                   -------------------------------------
  7.  
  8.       ~opengl1/examples/windows README
  9.  
  10.             Copyright 1991-1996, Silicon Graphics,  Inc.
  11.             Technical Education Development
  12.             All Rights Reserved.
  13.  
  14.  
  15.  
  16.    window.c:  demonstrates how to open a window
  17.  
  18.    background.c: demonstrates how to set the background color in a window
  19.  
  20.    input.c - demonstrates how to use input from the keyboard to 
  21.         affect program behavior
  22.   
  23.     SPACE key     - randomly change clear color
  24.     Escape key     - exit the program 
  25.